home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 5 / PC Guide Issue 5 (Future Publishing) (1995).iso / pmania.bat < prev    next >
DOS Batch File  |  1995-09-03  |  446b  |  36 lines

  1. @echo off
  2. d:
  3. if exist checklog.mml goto logd
  4. e:
  5. if exist checklog.mml goto loge
  6. f:
  7. if exist checklog.mml goto logf
  8. g:
  9. if exist checklog.mml goto logg
  10. h:
  11. if exist checklog.mml goto logh
  12. goto end
  13. :logd
  14. dball
  15. goto end
  16. :loge
  17. eball
  18. goto end
  19. :logf
  20. fball
  21. goto end
  22. :logg
  23. gball
  24. goto end
  25. :logh
  26. hball
  27. goto end
  28.  
  29. :end
  30. cls
  31. echo.
  32. echo.
  33. echo Unable to locate program files. Please run this install directly from CD
  34. echo.
  35. pause
  36.